home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / syncback / SyncBackSE_Setup.exe / {app} / SYNCBACKSE.CHM / default.css < prev    next >
Cascading Style Sheet File  |  2006-11-16  |  1KB  |  65 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_Heading1 /* Heading1 */
  22. {
  23.  font-size: 12pt;
  24.  font-weight: bold;
  25.  color: #ffffff;
  26. }
  27. span.f_ImageCaption /* Image Caption */
  28. {
  29.  font-size: 8pt;
  30.  font-weight: bold;
  31. }
  32. span.f_Notes /* Notes */
  33. {
  34. }
  35. span.f_Textforpopuptopics /* Text for popup topics */
  36. {
  37. }
  38. /* Paragraph styles */
  39. p /* Normal */
  40. {
  41.  text-align: left;
  42.  text-indent: 0px;
  43.  padding: 0px 0px 0px 0px;
  44.  margin: 0px 0px 0px 0px;
  45. }
  46. .p_CodeExample /* Code Example */
  47. {
  48.  white-space: nowrap;
  49. }
  50. .p_Comment /* Comment */
  51. {
  52. }
  53. .p_Heading1 /* Heading1 */
  54. {
  55. }
  56. .p_ImageCaption /* Image Caption */
  57. {
  58. }
  59. .p_Notes /* Notes */
  60. {
  61. }
  62. .p_Textforpopuptopics /* Text for popup topics */
  63. {
  64. }
  65.